Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Boxes


Q3Box_GetOrigin

You can use the Q3Box_GetOrigin function to get the origin of a box.

TQ3Status Q3Box_GetOrigin (
TQ3GeometryObject box, 
TQ3Point3D *origin);
box
A box.
origin
On exit, the origin of the specified box.
DESCRIPTION
The Q3Box_GetOrigin function returns, in the origin parameter, the origin of the box specified by the box parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996